home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / forth / _forth / info < prev    next >
Text File  |  1992-02-06  |  1KB  |  41 lines

  1. This achive contains the !FORTH directory.
  2.  
  3. !FORTH
  4.  
  5. !Run, !Boot, !Runimage, Templates, !Sprites
  6.  
  7.     form a fully functional interpreter EXCEPT that you can not save the
  8. executable image as a binary.
  9.  
  10. forthdemo
  11.  
  12.     is a functioning interpreter without the WIMP front end it does NOT
  13. support the file handling functions though and also does not support the
  14. binary 'save' command.
  15.  
  16. The directory Forth contains:
  17.  
  18. demos.colours       - type colours once loaded
  19. demos.demo          - type demo once loaded
  20. demos.graphics      - type test once loaded
  21.  
  22. These demos will run in any mode.
  23.  
  24. utility.copy        - an example of file handling ( WIMP only )
  25. utility.lock        - deletes all dictionary entries except the last
  26.                       this prevents an application written in ARMFORTH
  27.                       distributing ARMFORTH with the application.
  28. utility.mm          - multi-tasking demo ( NON WIMP ONLY )
  29. utility.vocab       - display all ARMFORTH keywords.
  30.  
  31. Finally:
  32.  
  33. init                - be extremely careful when changing this file
  34.                       it contains the ARMFORTH definition for the
  35.                       multitasking keyboard editor.
  36.                       Patching the kernel is NOT recommended unless you
  37.                       are sure you know what you are doing.
  38.                       However by writting a better editor you have the
  39.                       facility to hook into the interpreter kernel.
  40.  
  41.